2006-10-02 Behdad Esfahbod <behdad@gnome.org>
* gdk/x11/gdkevents-x11.c: Move all includes before including
gdkalias.h.
+2006-10-02 Behdad Esfahbod <behdad@gnome.org>
+
+ * gdk/x11/gdkevents-x11.c: Move all includes before including
+ gdkalias.h.
+
2006-10-02 Behdad Esfahbod <behdad@gnome.org>
* gtk/Makefile.am: Fix typo in file name. (#358931)
#include <string.h>
#include "gdkinputprivate.h"
-
+#include "gdksettings.c"
#include "gdkalias.h"
+
#ifdef HAVE_XKB
#include <X11/XKBlib.h>
#endif
return gdk_x11_screen_supports_net_wm_hint (gdk_screen_get_default (), property);
}
-#include "gdksettings.c"
static void
gdk_xsettings_notify_cb (const char *name,